Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
apps:orage:start [2022/02/25 10:47] – [The appointment window] gaelapps:orage:start [2023/07/02 08:04] (current) – Update Latest Release section kevinbowen
Line 1: Line 1:
 ~~NOTOC~~ ~~NOTOC~~
-{{ :xfce:xfce.gigolo.png?no link|}}+{{ :apps:orage:org.xfce.orage.png?no link|}}
 ====== Orage - A calendar application  ====== ====== Orage - A calendar application  ======
  
Line 16: Line 16:
   * **[[#The exchange data window|The exchange data window]]**   * **[[#The exchange data window|The exchange data window]]**
   * **[[#The preferences window|The preferences window]]**   * **[[#The preferences window|The preferences window]]**
 +  * **[[#Integration with Xfce panel clock|Integration with Xfce panel clock]]**
   * **[[#Latest Release|Latest Release]]**   * **[[#Latest Release|Latest Release]]**
   * **[[#Source Code Repository|Source Code Repository]]**   * **[[#Source Code Repository|Source Code Repository]]**
Line 382: Line 383:
 == Import == == Import ==
  
-Enter the name of the file which you want to copy into Orage. You can do several files in a row by separating names with comma. After you have the file name in place, press //Save// and Orage reads the contents in. After the file has been imported, those appointmenst are part of orage and can't be differentiated or put back into the file.+Enter the name of the file which you want to copy into Orage. You can do several files in a row by separating names with comma. After you have the file name in place, press Save and Orage reads the contents in. After the file has been imported, those appointments are part of Orage and can't be differentiated or put back into the file.
  
 You can also import foreign files from the operating system using command line. This feature can be used to import ical files directly from the web by telling the browser (like Firefox) that the action is to start Orage. You can also import foreign files from the operating system using command line. This feature can be used to import ical files directly from the web by telling the browser (like Firefox) that the action is to start Orage.
Line 388: Line 389:
 == Export == == Export ==
  
-Enter the name of the file where you want Orage to write appointments. You can choose either all appoinments or just a list of ids. Pressing save causes the appointments to be read and written to the external file. (The appointments are are not deleted from Orage but are kept in it also.)+Enter the name of the file where you want Orage to write appointments. You can choose either all appointments or just a list of ids. Pressing save causes the appointments to be read and written to the external file. (The appointments are are not deleted from Orage but are kept in it also.)
  
 == Archive == == Archive ==
Line 394: Line 395:
 You can either revert all archived appointments back to the main Orage file or force archiving. It is good idea to revert archive if you do exports since export does not look data from archive file. You can either revert all archived appointments back to the main Orage file or force archiving. It is good idea to revert archive if you do exports since export does not look data from archive file.
  
-=== The orage files tab ===+=== The Orage files tab ===
  
-<figure "Orage exchange window - orage files tab">+<figure "Orage exchange window - Orage files tab">
 {{ :apps:orage:orage-exchange-window-files.png?direct&400 |}} {{ :apps:orage:orage-exchange-window-files.png?direct&400 |}}
 </figure> </figure>
Line 532: Line 533:
  
 By default Orage stays open in the background when asked to close. This option changes Orage to quit and never stay in background when it is asked to close. By default Orage stays open in the background when asked to close. This option changes Orage to quit and never stay in background when it is asked to close.
 +
 +[[|Back to Top]]
 +----
 +
 +===== Integration with Xfce panel clock =====
 +
 +Orage can be opened by double mouse click to panel clock. Since from Xfce 4.18, panel clock properties can be used to enter orage command:
 +
 +<figure "Calendar plugin preferences window with orage command">
 +{{ :apps:orage:xfce4-clock-plugin-preferences.png?direct&300 |}}
 +</figure>
 +
 +Before Xfce 4.18, can be usued following one-liner to create the configuration that calls orage:
 +<code>
 +COMMAND="orage -t"; xfconf-query -c xfce4-panel -p $(xfconf-query -c xfce4-panel -lv | grep clock | awk '{print $1}')/command -t string -s "$COMMAND" -n</code>
 +
 +More information about Xfce panel clock hidden settings can be found [[https://docs.xfce.org/xfce/xfce4-panel/clock#hidden_settings|xfce4-panel - Clock documentation page]]
  
 [[|Back to Top]] [[|Back to Top]]
Line 537: Line 555:
  
 ===== Latest Release ===== ===== Latest Release =====
-{{rss>https://archive.xfce.org/feeds/project/orage 1 date description 2h}}+{{rss>https://archive.xfce.org/feeds/project/orage 1 date 2h}} 
 + 
 +[[https://gitlab.xfce.org/apps/orage/-/blob/master/NEWS|Read the CHANGELOG]]
  
-  * **[[http://archive.xfce.org/src/apps/orage/|Previous Releases]]**+  * **[[https://archive.xfce.org/src/apps/orage/|Download current release]]** (link also contains older versions)
  
 [[|Back to Top]] [[|Back to Top]]